Weapon Storage v1.1.1 by AngryAmoeba
Forum thread: http://www.gtaforums.com/index.php?showtopic=486522

--------------------------------
 WHAT IT DOES
--------------------------------

This script lets you store weapons and ammo in safehouse stashes.
(No animations, nothing fancy, just a clunky text UI.)

- Press Right Control in a safehouse to open the stash.
- Press Right Shift to move ammo into the stash.
- Press Enter to retrieve ammo from the stash.
- Hold PageDown while moving ammo to move as much as possible, all at once.
- Press the Up/Down arrows to change how much ammo to move (while holding PageDown to change faster).
- Press the Left/Right arrows to cycle through weapons.


--------------------------------
 HOW TO INSTALL
--------------------------------

Place the files into the 'scripts' folder of the .NET scripthook.
You can get the scripthook here: http://www.gtaforums.com/index.php?showtopic=392325


--------------------------------
 KNOWN BUGS
--------------------------------

- Stashes are only saved when you save the game in a bed, not when the game autosaves. Stashes are also shared across all savegames.
- Doesn't support EFLC weapons or safehouses (because I don't have EFLC).
- Doesn't support custom weapons.


--------------------------------
 CHANGE LOG
--------------------------------

v1.1.1  May 5, 2013
- Split the UI text into 4 lines.
- Renamed "LastWeaponKey" INI setting to "PrevWeaponKey".
- Renamed "MoveMoreKey" to "MoveMoreAmmoKey".
- Renamed "MoveLessKey" to "MoveLessAmmoKey".
- Minor code cleanup, very minor optimization.

v1.1  September 10, 2011
- Guns are stored separate from their ammo.
- Ammo is shared between guns of the same type.
- Holding ModifierKey and pressing StoreKey/RetrieveKey will move as much ammo as possible.
- Removed debug code that was accidentally left in.
- Minor fixes and cleanup. 